home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / f6fbb / statis.exe / arj / STATIS.DOC < prev    next >
Text File  |  1992-06-22  |  4KB  |  105 lines

  1.                          SYSOP INSTRUCTION FOR STATIS.EXE
  2.                          ================================
  3.  
  4.                                 by Ken Wood G3WCS
  5.                                 =================
  6.  
  7.  
  8.        OVERVIEW
  9.        ========
  10.        STATIS.EXE  has  been  written  to  run with BBS software written by
  11.        F6FBB. It will not run with software from other authors.
  12.  
  13.        When F6FBB BBS is first run, a file called  STATIS.DAT  is  created.
  14.        This  file, which holds details of previously connected stations, is
  15.        used to provide information when  a  user  enters  one  of  the  "J"
  16.        commands.  It is also used during certain server operations.  As the
  17.        days go by, this file grows in size and occupies more and more space
  18.        on the hard disk. It is not unusual to find a file size of 250 Kb or
  19.        greater. Previously, the only remedy has been to delete the file and
  20.        reboot,  thus losing all information.  As it is unlikely that anyone
  21.        will need to know who connected several days ago, it  seems  a  good
  22.        idea to reduce this file every day at EPURMESS time.
  23.  
  24.        STATIS.EXE accepts one command line argument, the number of days for
  25.        which  records remain on file.  Entries prior to this figure will be
  26.        removed and the file shortened accordingly.
  27.  
  28.  
  29.        INSTALLATION
  30.        ============
  31.        Copy  STATIS.EXE  to  the  same  directory as INIT.SRV.  The program
  32.        should be run from APPEL.BAT by placing a line calling it, prior  to
  33.        EPURMESS  each  day.   This  is  in the :suite section of APPEL.BAT.
  34.        Here is an example :-
  35.  
  36.        .
  37.        statis 3
  38.        epurmess
  39.        .
  40.  
  41.        The line above will cause STATIS.EXE to run and delete  any  connect
  42.        records greater than three days old.
  43.  
  44.  
  45.        CONSIDERATIONS
  46.        ==============
  47.        STATIS.EXE  must  always be run when the BBS is offline.  Failure to
  48.        do this will upset the BBS file  pointer  and  cause  corruption  to
  49.        STATIS.DAT.
  50.  
  51.        The program takes only one command line  argument,  that  being  the
  52.        number  of  days  before  which  connect  details  will  be removed.
  53.        Entering :-
  54.  
  55.        STATIS (without any argument)
  56.  
  57.        will display the software version number.
  58.  
  59.  
  60.        LIMITATIONS
  61.        ===========
  62.        When   the  program  is  run,  it  attempts  to  open  INIT.SRV  and
  63.        STATIS.DAT.  If either of these files cannot be found,  the  program
  64.        will abort with an appropriate error message.
  65.  
  66.        In theory, the program should cope with a STATIS.DAT of any size and
  67.        should  be  able to able to accept any number of days as the command
  68.        line argument.  In practice, if your STATIS.DAT has grown to a large
  69.        size, delete it and allow the BBS to create a new one  on  boot  up.
  70.        The program will then allow the file to grow to the correct size and
  71.        maintain  it at that level. If you do not follow this proceedure the
  72.        program will at best abort and at worst  crash  the  computer,  with
  73.        possible loss of hard disk data.
  74.  
  75.        FINALLY
  76.        =======
  77.        This  program is released into the public domain and you are free to
  78.        copy and pass it on.  The only stipulation is that the original file
  79.        supplied by me is used, as this contains the  documentation  and  is
  80.        guaranteed to be "tamper free".
  81.  
  82.        No  charge,  whether  material  or  implied,  may  be  made for this
  83.        software.
  84.  
  85.        ACKNOWLEDGEMENT
  86.        ===============
  87.        FBB BBS software is written by F6FBB, SysOp of F6FBB.
  88.  
  89.  
  90.  
  91.        Please report any bugs or ideas for improving the software to me  by
  92.        packet radio.
  93.  
  94.  
  95.  
  96.        Ken Wood G3WCS.
  97.        SysOp GB7CHS.#11.GBR.EU
  98.        Cheshire NTS Mailbox.
  99.        Telephone Port - 0606 892326 (+44 606 892326).
  100.  
  101.  
  102.        STATIS.DOC
  103.        04/06/92
  104.  
  105.